home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 March / Software of the Month Club 1998 March.iso / pc / dos / biz / create / reader.bat < prev    next >
DOS Batch File  |  1996-12-18  |  231b  |  16 lines

  1. :start
  2. echo off
  3. if .%1==. goto done
  4. cls
  5. %1
  6. cls
  7. echo To read the next chapter, press ENTER.
  8. echo To stop reading, press CTRL C, and then
  9. echo answer Y at the prompt.
  10. pause
  11. shift
  12. goto start
  13. :done
  14. cls
  15. echo That's all!
  16.